projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb2fc33
)
boards: tam3517-common: enable gpmc prefetch mode
author
Jeroen Hofstee
<
[email protected]
>
Sat, 30 May 2015 08:11:25 +0000
(10:11 +0200)
committer
Tom Rini
<
[email protected]
>
Thu, 18 Jun 2015 15:23:45 +0000
(11:23 -0400)
Since the tam3517 base board has a 16bit wide nand connected to
the gpmc, enable the prefetch mode, since that is now supported.
Cc: Scott Wood <
[email protected]
>
Cc: Tom Rini <
[email protected]
>
Cc: pekon gupta <
[email protected]
>
Cc: Nishanth Menon <
[email protected]
>
Cc: Daniel Mack <
[email protected]
>
Cc: Tapani Utriainen <
[email protected]
>
Signed-off-by: Jeroen Hofstee <
[email protected]
>
Reviewed-by: Tom Rini <
[email protected]
>
include/configs/tam3517-common.h
patch
|
blob
|
history
diff --git
a/include/configs/tam3517-common.h
b/include/configs/tam3517-common.h
index 30bc2be74d13a6bb7093f5113763016ba6cd20f0..af5cca649a59221ebe59ea691b8167d215653e56 100644
(file)
--- a/
include/configs/tam3517-common.h
+++ b/
include/configs/tam3517-common.h
@@
-260,6
+260,7
@@
#define CONFIG_SYS_NAND_ECCSIZE 256
#define CONFIG_SYS_NAND_ECCBYTES 3
#define CONFIG_NAND_OMAP_ECCSCHEME OMAP_ECC_HAM1_CODE_SW
+#define CONFIG_NAND_OMAP_GPMC_PREFETCH
#define CONFIG_SYS_NAND_U_BOOT_START CONFIG_SYS_TEXT_BASE